home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / clear < prev    next >
Text File  |  1994-04-25  |  459b  |  17 lines

  1. clear:
  2.  
  3. Syntax:    clear ( a )
  4.     clear ( a , ... )
  5.  
  6. Description:
  7.  
  8.     Clear effectively deletes a variables object from the symbol
  9.     table. The effect is the variable does not show up when who()
  10.     is used. The memory associated with the variable is freed. 
  11.  
  12.     Clear accepts up to 32 arguments, the return value is the
  13.     number of objects that have been successfully cleared.
  14.  
  15.     NOTE: In the not to distant future, `clear()' will delete all
  16.     variables and user-functions.
  17.